@charset "UTF-8";

@import url("assets/css/bootstrap.min.css");
@import url("assets/css/normalize.css");
@import url("assets/css/swiper-bundle.min.css");
@import url("assets/css/animate.min.css");

body {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

a {
	color: #3F31DE;
}

table {
	max-width: 100%;
}

table td {
	vertical-align: middle;
}

@font-face {
	font-family: "iconfont";
  src: url("iconfont.eot");
  src: url("iconfont.eot?#iefix") format("embedded-opentype"), url("iconfont.woff2") format("woff2"), url("iconfont.woff") format("woff"), url("iconfont.ttf") format("truetype"), url("iconfont.svg#iconfont") format("svg");
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul, li, dl, dt, dd, label {
	margin: 0;
	padding: 0;
}

#wpadminbar,
.widget-title,
.allhidewpre,
.search-wrapper label,
.search-wrapper svg,
.pagination .screen-reader-text,
.pagination svg,
.navigation svg,
.comment-reply-title,
.comment-form .comment-notes,
.comment-form .comment-form-cookies-consent,
.comment-form p>label,
.allhides {
  display: none!important;
}

.content-area {
	padding-bottom: 50px;
}
.content-area .entry-title {
	font-size: 20px;
}
.content-area .post {
	margin-top: 30px;
}
.search-form svg {
	width: 20px;
	height: 20px;
}

.comment-form {
	position: relative;
}
.comment-form .form-captcha {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	padding-left: 74px;
	max-width: 400px;
	margin: 0;
}
.comment-form .form-captcha input {
	margin: 0;
	width: 100px;
}
.comment-form .form-captcha img {
	width: 120px;
	height: 38px;
	margin-left: 14px;
}
.comment-form .form-captcha>label:nth-of-type(2) {
	display: block !important;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 38px;
}
.comment-form .form-submit {
	margin: 0;
}
.cr-contact .form-submit .cr-submit {
	right: 0;
}
.comment-form textarea.form-control {
	height: 134px;
}
.comment-form .comment-phone,
.comment-form .comment-companyname,
.comment-form .comment-form-email,
.comment-form .comment-form-comment,
.comment-form .form-captcha,
.comment-form .tips {
	position: absolute;
}
.comment-form .comment-form-comment {
	left: 0;
	width: 100%;
}
.comment-form .tips {
	font-size: 14px;
	color: rgb(102, 102, 102);
}
.comment-form .nm-wrap-comments1 .row {
	margin: 0;
}
.comment-form .nm-wrap-comments1 .row .col-lg-12 {
	position: static;
}
@media (min-width: 993px) {
	.comment-form {
		padding-bottom: 300px;
	}
	.comment-form .comment-form-author,
	.comment-form .comment-phone,
	.comment-form .comment-companyname,
	.comment-form .comment-form-email {
		width: 48%;
	}
	.comment-form .comment-phone {
		top: 0;
		right: 0;
	}
	.comment-form .comment-companyname,
	.comment-form .comment-form-email {
		top: 58px;
	}
	.comment-form .comment-companyname {
		left: 0;
	}
	.comment-form .comment-form-email {
    right: 0;
	}
	.comment-form .comment-form-comment {
		bottom: 70px;
	}
	.comment-form .form-captcha {
		left: 0;
		bottom: 0;
	}
	.comment-form .tips {
		left: 0;
		width: 100%;
		bottom: 64px;
	}
}
@media (max-width: 992px) {
	.comment-form {
		padding-bottom: 500px;
	}
	.comment-form .comment-phone,
	.comment-form .comment-companyname,
	.comment-form .comment-form-email,
	.comment-form .comment-form-comment {
		left: 0;
		width: 100%;
	}
	.comment-form .comment-phone {
		top: 58px;
	}
	.comment-form .comment-companyname {
		bottom: 370px;
	}
	.comment-form .comment-form-email {
		bottom: 312px;
	}
	.comment-form .comment-form-comment {
		bottom: 158px;
	}
	.comment-form .tips {
		bottom: 136px;
	}
	.comment-form .form-captcha {
		left: 0;
		bottom: 80px;
	}
	.cr-contact .comment-form .form-submit .cr-submit {
		position: absolute;
	}
}


.cr-sys-top {
	height: 35px;
	line-height: 35px;
	background: #EFEFEF;
	color: #3F3A39;
	margin: 0px;
}

.cr-sys-top div {
	text-align: right;
}

.cr-sys-top a {
	color: #3F3A39;
	font-size: 0.875rem;
}

.cr-sys-nav {
	background: #fff;
	padding: 0.3125rem 0;
	position: relative;
}

.cr-sys-nav .logo {
	height: 52px;
}

.cr-sys-nav .navbar {
	text-align: center;
}

.cr-sys-nav .navbar-brand {
	position: absolute;
	left: 0;
}

.cr-sys-nav .navbar-dark .navbar-toggler {
	border: 0;
}

.cr-sys-nav .navbar-nav li {
	margin: 8px 25px;
	position: relative;
}

.cr-sys-nav .navbar-nav li .nav-link {
	font-size: 1.25rem;
	color: #2d2d2d;
}

.cr-sys-nav .navbar-nav li .nav-link:hover {
	color: #3F31DE;
}

.cr-sys-nav .navbar-nav li.active .nav-link {
	color: #3F31DE;
}

.cr-sys-nav .navbar-nav li.active:after {
	content: "";
	background: #3F31DE;
	width: 100px;
	height: 1px;
	position: absolute;
	bottom: -16px;
	left: 0;
}

.cr-sys-nav .menu {
	position: absolute;
	width: 100%;
	z-index: 1000;
	background: #F9F9F8;
	display: none;
	top: 83px;
}

.cr-sys-nav .menu dl {
	padding: 30px;
}

.cr-sys-nav .menu dl dt {
	font-size: 18px;
	font-weight: normal;
	/*line-height: 3;*/
	line-height: 24px;
	padding: 15px 0;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 20px;
}

.cr-sys-nav .menu dl dt a {
	color: #333;
}

.cr-sys-nav .menu dl dd a {
	color: #706C6B;
	display: block;
	/*line-height: 2.6;*/
	line-height: 24px;
	padding: 10px 0;
}

.cr-sys-nav .menu .container {
	position: relative;
}

/*.cr-sys-nav .menu .container:before {
	content: " ";
	width: 100%;
	position: absolute;
	top: 0;
	background: #3F31DE;
	width: 100px;
	height: 1px;
}

.cr-sys-nav .menu#menu0 .container:before {
	left: 360px;
}

.cr-sys-nav .menu#menu1 .container:before {
	left: 505px;
}

.cr-sys-nav .menu#menu2 .container:before {
	left: 650px;
}

.cr-sys-nav .menu#menu3 .container:before {
	left: 795px;
}

.cr-sys-nav .menu#menu4 .container:before {
	left: 940px;
}*/

@media (min-width: 992px) {
	.cr-sys-nav .navbar-expand-lg .navbar-collapse {
		justify-content: space-around;
	}
}

.cr-sys-nav .search {
	display: inline-block;
}

@media (max-width: 576px) {
	.cr-sys-nav {
		padding: 0;
	}

	.cr-sys-nav .navbar {
		padding-top: 0.3125rem;
		padding-bottom: 0.3125rem;
	}

	.cr-sys-nav .navbar .navbar-brand {
		padding: 0;
	}

	.cr-sys-nav .logo {
		height: 3.125rem;
	}

	.cr-sys-nav .navbar-nav li .nav-link {
		color: rgba(242, 242, 242, 0.6);
		font-size: 0.875rem;
	}
}

.cr-sys-foot {
	background: #EFEFEF;
	/*padding-top: 70px;*/
}

.cr-sys-foot a {
	color: #3F3A39;
}

.cr-sys-foot .line {
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 30px;
}

.cr-sys-foot .line a {
	font-size: 1rem;
}

.cr-sys-foot dl {
	/*line-height: 2;*/
	line-height: 24px;
}

.cr-sys-foot dl dt {
	font-size: 1.25rem;
	/*line-height: 3;*/
	line-height: 24px;
    padding: 15px 0;
}

.cr-sys-foot dl dd {
	font-size: 1rem;
}
.cr-sys-foot dl dd a {
	display: block;
	padding: 10px 0;
}

.cr-sys-foot .bottom {
	padding: 15px 0;
	background: #1A1A1A;
	color: #fff;
	text-align: center;
	line-height: 22px;
	font-size: 0.75rem;
}

.cr-sys-foot .bottom a {
	color: #fff;
}

@media all and (min-width:993px) {
	.cr-sys-foot .bottom .textwidget>div {
		display: inline;
	}
}

@media (max-width: 576px) {
	.cr-sys-foot {
		padding: 0.75rem 0;
	}
}

.cr-home .swiper-container-horizontal > .swiper-pagination-bullets,
.cr-home .swiper-pagination-custom,
.cr-home .swiper-pagination-fraction {
	bottom: 40px;
	left: 0;
	width: 100%;
}

.cr-home .swiper-pagination-bullet {
	background: transparent;
	border: 1px solid #fff;
	width: 14px;
	height: 14px;
	cursor: pointer;
}

.cr-home .swiper-pagination-bullet-active {
	background: #fff;
}

.cr-home .swiper-wrapper {
	/*max-width: 1920px;*/
	margin: 0 auto;
}

.cr-home .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 100%;
}

.cr-home .swiper-wrapper .swiper-slide .container {
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -700px;
	position: absolute;
}

.cr-home .swiper-wrapper .swiper-slide .container .rich-text {
	position: absolute;
	top: 26%;
	right: 20%;
	color: #fff;
	text-align: right;
}

.cr-home .swiper-wrapper .swiper-slide .container .rich-text .text {
	font-size: 3.875rem;
	line-height: 2;
}

.cr-home .swiper-container {
	height: 31.25rem;
	height: 100%;
	/*max-width: 1920px;*/
}

.cr-home .swiper-container .swiper-wrapper img {
	height: 100%;
}

.cr-home .banner img {
	max-width: 100%;
}

.cr-home .products {
	padding: 70px 0;
}

.cr-home .products .item {
	display: block;
	position: relative;
	overflow: hidden;
}

.cr-home .products .item .img-box {
	position: relative;
	overflow: hidden;
}

.cr-home .products .item .img-box .mask {
	visibility: visible;
	opacity: 1;
	width: 100%;
	content: "";
	display: block;
	top: auto;
	bottom: 0;
	position: absolute;
}

.cr-home .products .item .img-box img {
	transition: all 0.8s;
	max-width: 100%;
}

.cr-home .products .item .text-box {
	transition: all 0.5s;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	color: #fff;
	text-align: left;
	z-index: 4;
	padding: 25px 30px;
	bottom: -40px;
}

.cr-home .products .item .text-box .name {
	font-size: 1.5rem;
	line-height: 1.8rem;
	margin-bottom: 3px;
	position: relative;
	font-weight: bold;
}

.cr-home .products .item .text-box .name:after {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	width: 32px;
	height: 30px;
	background-image: url("/images/more_icon.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80% 80%;
}

.cr-home .products .item .text-box .read-more {
	height: 30px;
	margin-top: 20px;
}

.cr-home .products .item .text-box .read-more span {
	display: none;
}

.cr-home .products .item .text-box .read-more span i {
	color: red;
	font-style: normal;
	font-size: 16px;
	margin-left: 5px;
}

.cr-home .products .item:hover .img-box .mask {
	background-image: url(/images/mask_grad.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: auto 100%;
	z-index: 9;
	height: 100%;
}

.cr-home .products .item:hover .img-box img {
	transform: scale(1.05);
}

.cr-home .products .item:hover .text-box {
	bottom: 0px;
	z-index: 999;
	line-height: 30px;
}

.cr-home .products .item:hover .text-box .read-more span {
	display: block;
}

.cr-home .general-title {
	text-align: center;
	padding-bottom: 8px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 60px;
}

.cr-home .general-title:after {
	content: "";
	width: 35px;
	height: 2px;
	background-color: #3F31DE;
	position: absolute;
	left: 50%;
	margin-left: -15%;
	bottom: 0;
	margin-left: 0;
	transform: translateX(-50%);
}

.cr-home .news {
	padding: 70px 0;
}

.cr-home .news .general-title {
	margin-bottom: 70px;
	font-size: 2rem;
}

.cr-home .news img {
	height: 316px;
}

.cr-home .news .more {
	color: #4765A8;
	font-size: 1.25rem;
	display: block;
	text-align: center;
	margin: 2.5rem auto 0 auto;
}

.cr-home .news .more a {
	text-decoration: none;
}

.cr-home .joinus .container {
	padding: 70px 0;
}

.cr-home .joinus .container .row {
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
	margin: 16px;
	padding: 3rem 0;
}

.cr-home .joinus .col-md-5 {
	padding-left: 2.5rem;
}

.cr-home .joinus .col-md-7 {
	padding-right: 2.5rem;
}

.cr-home .joinus .col-md-7 img {
	max-width: 100%;
}

.cr-home .joinus .title {
	font-size: 2rem;
	font-weight: bold;
}

.cr-home .joinus .desc {
	font-size: 1.25rem;
	line-height: 1.6;
	margin-top: 2.5rem;
	font-weight: normal;
}

.cr-home .joinus button {
	margin-top: 5rem;
}

.cr-home .article-box {
	background: #f2f2f2;
	padding: 1.75rem 2.5rem;
	margin-bottom: 0.5rem;
}

.cr-home .article-box .article-info {
	color: #A6A6A6;
	font-size: 0.875rem;
}

.cr-home .article-box a {
	font-size: 1.25rem;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
  /*让截断的文字显示为点点。还有一个值是clip意截断不显示点点*/
	white-space: nowrap;
  /*让文字不换行*/
	text-overflow: ellipsis;
	display: block;
	color: #2a2a2a;
}

.cr-home .article-box .detail {
	display: block;
	color: #68B68A;
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

.innerbanner {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.innerbanner img {
	width: 100%;
	height: auto !important;
}


@media (max-width: 992px) {
	/* .innerbanner {
		height: 52vw;
	}
	.innerbanner img {
		display: none !important;
	} */
	.innerbanner {
		/*height: 78vw;*/
	}
	.innerbanner>div {
		width: 100%;
		/*display: none;*/
	}
}



.cr-list .nav {
	margin-top: -20px;
}

.cr-list .nav li {
	/*height: 70px;*/
	width: 24%;
	font-size: 22px;
	background: #fff;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
	list-style: none;
}
.cr-list .nav li a,
.cr-list .subnav li a {
	display: block;
	height: auto;
	line-height: 24px;
	padding-top: 23px;
	padding-bottom: 23px;
}

.cr-list .nav li a {
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	/*line-height: 70px;*/
	/*height: 70px;*/
	text-align: center;
	color: #666666;
}

.cr-list .nav li.current-cat-parent a,
.cr-list .nav li.current-cat a {
	background: #3F31DE;
	color: #fff;
}

.cr-list .subnav li {
	/*height: 70px;*/
	font-size: 20px;
	flex: 1;
	position: relative;
	list-style: none;
}
.cr-list .subnav li.cat-item-none {
	display: none;
}
.cr-list .subnav li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 30%;
	border-right: 1px solid #ddd;
	width: 1PX;
	height: 40%;
}

.cr-list .subnav li:last-child:after {
	display: none;
}
.cr-list .subnav li a {
	display: block;
	/*line-height: 70px;*/
	/*height: 70px;*/
	text-align: center;
	color: #666666;
}

.cr-list .subnav li.current-cat a {
	color: #3F31DE;
}

.cr-list .detail {
	padding: 30px 0;
}

.cr-list .detail .col-md-7 {
	padding-left: 0;
}

.cr-list .detail .desc {
	padding: 0 10px 0 30px;
	font-size: 16px;
	line-height: 25px;
	color: #6A6A6A;
	margin-bottom: 20px;
}

.cr-list .detail .more {
	margin-top: 10px;
	text-align: right;
}

.cr-list .detail .col-md-5 {
	padding-right: 0px;
}

.cr-list .detail .col-md-5 img {
	padding-right: 30px;
}

.cr-list .general-title {
	text-align: left;
	color: #333;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 20px;
}

.cr-list .product-list {
	padding: 70px 15px;
	padding-top: 0;
	overflow: auto;
}

@media (min-width: 993px) {
	.cr-list .product-list .subnav>li {
		display: inline-block;
	}

	.cr-list .product-list .subnav>li a {
		padding: 0 20px;
	}

	.cr-list .product-list .subnav>li:first-child a {
		padding-left: 0;
	}
}

@media (max-width: 992px) {
	.cr-list .plistcontent .dropdown {
		display: block !important;
	}
	.cr-list .product-list .subnav {
		display: flex;
		justify-content: space-between;
	}

	.cr-list .product-list .subnav>li a {
		padding: 0 20px;
	}
}

.cr-list .plistcontent {
	padding-bottom: 70px;
}
.cr-list .plistcontent .nav {
	flex-wrap: nowrap;
}
.cr-list .plistcontent .nav li {
	margin-right: 20px;
	white-space: nowrap;
}
.cr-list .plistcontent .nav li:last-child {
	margin-right: 0;
}
.cr-list .subnav li ul,
.cr-list .plistcontent .nav li ul {
	display: none;
}
.cr-list .detail .swiper-container {
	padding-top: 50px;
}

.cr-list .detail .swiper-container .swiper-slide .items {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.cr-list .detail .swiper-container .swiper-slide .items img {
	width: 100%;
	height: 260px;
}

.cr-list .detail .swiper-slide .tir {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.cr-list .detail .swiper-container .cr-btns {
	display: block;
	position: absolute;
	top: 10px;
	width: 32px;
	height: 32px;
	z-index: 100;
}

.cr-list .detail .swiper-container .banner-prev {
	left: 15px;
	background-image: url(/images/prev.png);
}

.cr-list .detail .swiper-container .banner-next {
	left: 55px;
	background-image: url(/images/next.png);
}

.cr-home .products .banner-btn.swiper-button-disabled,
.cr-list .detail .swiper-container .cr-btns.swiper-button-disabled {
	opacity: .4;
}

.cr-list table.cr-table {
	min-width: 500px;
}

.cr-list table.cr-table tr:nth-child(odd) {
	background: #f9f9f9;
}

.cr-list .hots {
	padding-bottom: 100px;
	background: rgb(255, 255, 255);
}

.cr-list .hots .col-md-4 {
	margin-top: 40px;
}

.cr-list .hots .card {
	background: #fff;
	border-top: 3px solid #3F31DE;
	padding: 30px;
	text-decoration: none;
	border: 0;
	box-shadow: 0 0 7px 0 rgb(0 0 0 / 15%);
}

.cr-list .hots .card img {
	margin: 0 auto;
}

.cr-list .hots .card .title {
	font-size: 30px;
	color: #333;
	line-height: 2;
	margin-top: 25px;
}

.cr-list .hots .card .desc {
	font-size: 18px;
	color: #333;
	line-height: 1.6;
	font-weight: normal;
	margin-bottom: 10px;
}

.cr-list .hots .card .xlsx {
	padding: 10px;
	margin: 30px 0;
	border-top: 1PX dashed #3F31DE;
	border-bottom: 1PX dashed #3F31DE;
}

.cr-list .hots .card .xlsx img {
	margin-right: 20px;
}

.cr-list .hots .card:hover .look {
	text-decoration: underline;
}

@media (min-width: 768px) {
	.cr-list .hots .col-md-4:nth-child(1),
  .cr-list .hots .col-md-4:nth-child(2),
  .cr-list .hots .col-md-4:nth-child(3) {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.cr-list .hots .col-md-4:nth-child(1) {
		margin-top: 0;
	}
}

.cr-list .reference {
	background: #f8f8f8;
	padding: 70px 0;
}

.cr-list .reference .container {
	padding: 0;
}

.cr-list .reference .card {
	border: 0px;
}

.cr-list .reference .card .title {
	padding: 0 30px;
	font-size: 24px;
	color: #333;
	margin-top: 25px;
	margin-bottom: 25px;
}

.cr-list .reference .card .desc {
	font-size: 16px;
	padding: 0 30px;
	padding-bottom: 30px;
}

.cr-list .reference .card .desc .catedesc {
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
}

.cr-list .reference .card .desc .btn {
	margin-top: 20px;
	border-color: #3F31DE;
	background-color: #3F31DE;
}

.cr-list .articles {
	padding: 60px 0;
}

.cr-list .articles .container {
	padding: 0;
}

.cr-list .articles .general-title {
	border-bottom: 1px solid #666;
	padding-bottom: 20px;
	margin-bottom: 0;
}

.cr-list .articles .article-item {
	padding: 30px;
	position: relative;
}

.cr-list .articles .article-item:after {
	position: absolute;
	bottom: 0;
	left: 15px;
	content: "";
	width: 1400px;
	border-bottom: 1px solid #666;
}

.cr-list .articles .article-item .title {
	font-size: 20px;
	color: #333;
}

.cr-list .articles .article-item .time {
	font-size: 16px;
	color: #8F8F8F;
	margin: 10px 0;
}

.cr-list .articles .article-item .desc {
	font-size: 16px;
	color: #8F8F8F;
}

.cr-form .general-title {
	font-size: 40px;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 30px;
}

.cr-form .general-form .title {
	font-size: 28px;
	margin-bottom: 10px;
}

.cr-form .form-group {
	margin-bottom: 70px;
}

.cr-form .cr-submit {
	position: absolute;
	bottom: 0px;
	right: 15px;
	width: 400px;
	height: 50px;
}

.cr-form .container-fluid {
	padding: 0;
	overflow: hidden;
}

.cr-form .container-fluid .word {
	width: 700px;
	height: 100%;
	font-size: 18px;
	line-height: 1.8;
}

.cr-form .touch {
	width: 1000px;
	margin: 0 auto;
	font-size: 18px;
	color: #272727;
	margin-bottom: 70px;
}

.cr-form .touch p:last-child {
	margin-bottom: 0;
}

.cr-news .general-title {
	font-size: 40px;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 30px;
}

.cr-news .tab {
	margin-bottom: 20px;
}

.cr-news .tab a {
	font-size: 18px;
	line-height: 3;
	position: relative;
	margin-right: 40px;
	color: #131313;
}

.cr-news .tab a:hover {
	text-decoration: none;
}

.cr-news .tab a:first-child:before {
	content: "";
	position: absolute;
	right: -20px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #333;
}

.cr-news .tab a.active {
	color: #174582;
}

.cr-news .tab a.active:after {
	content: "";
	position: absolute;
	border-bottom: 2px solid #174582;
	width: 100%;
	left: 0;
	bottom: -10px;
}

.cr-news .newslist {
	margin-bottom: 70px;
}

.cr-news .article {
	position: relative;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
	padding: 30px 10px;
	margin-bottom: 30px;
}

.cr-news .article a {
	display: block;
}

.cr-news .article a:hover {
	text-decoration: none;
}

.cr-news .article .title {
	font-size: 1.25rem;
	color: #131313;
	display: block;
}

.cr-news .article .desc {
	font-size: 1rem;
	color: #696969;
	margin-top: 20px;
}

.cr-news .article .time {
	position: absolute;
	bottom: 20px;
	display: flex;
	justify-content: space-between;
	width: 94%;
	margin: 0;
	color: #696969;
}

.cr-news .article .time img {
	width: 14px;
}
.cr-news .article .pics {
	overflow: hidden;
}
.cr-news .article .pics img {
	transition: all .3s;
}
.cr-news .article .pics:hover img {
	transform: scale(1.1,1.1);
}

.cr-news .hide {
	display: none;
}

.cr-news .loadmore {
	text-align: center;
	margin-top: 40px;
}

.cr-news .loadmore .loadmoreaaa {
	display: inline-block;
	padding: 10px 60px;
	border: 1px solid #6D6D6D;
	color: #6D6D6D;
	cursor: pointer;
}

.detail-title {
	font-size: 36px;
	text-align: center;
}

.detail-time {
	text-align: center;
}

.detail-content {
	line-height: 25px;
}

@media (max-width: 992px) {
	.detail-title {
		font-size: 20px;
	}

	.cr-news .article .time {
		position: static;
		margin-top: 20px;
	}
}

.cr-detail .breadcrumb {
	background-color: transparent;
	padding-left: 0;
}

.cr-detail .product-detail {
	padding-top: 90px;
	padding-bottom: 100px;
}

.cr-detail .product-detail .product-name {
	font-size: 32px;
	color: #3F31DE;
	font-weight: normal;
	position: relative;
	margin-bottom: 20px;
}

.cr-detail .product-detail .product-name span {
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 20px;
	cursor: pointer;
	height: 28px;
	display: block;
	padding-right: 40px;
}

.cr-detail .product-detail .product-name.fold span {
	background: url(/images/add.png) no-repeat;
	background-size: 20px;
	background-position: right 6px;
}

.cr-detail .product-detail .product-name.unfold span {
	background: url(/images/minus.png) no-repeat;
	background-size: 20px;
	background-position: right 6px;
}

.cr-detail .product-detail .product-item {
	border-top: 1PX solid #999;
	padding-top: 15px;
}

.cr-detail .product-detail .product-item .title {
	font-size: 24px;
	position: relative;
  /* height: 50px; */
}

.cr-detail .product-detail .product-item .title span.isfold {
	position: absolute;
	right: 0;
	top: 0px;
	cursor: pointer;
	width: 28px;
	height: 28px;
}

.cr-detail .product-detail .product-item.fold .title {
	font-size: 28px;
}

.cr-detail .product-detail .product-item.fold .title span.isfold {
	background: url(/images/minus.png) center right no-repeat;
	background-size: 20px;
	background-position: right bottom;
}

.cr-detail .product-detail .product-item.fold .img-content {
	display: block;
}

.cr-detail .product-detail .product-item.fold .img-content p {
	width: 50%;
	text-align: center;
}

.cr-detail .product-detail .product-item.fold .img-content img {
	max-width: 100%;
}

.cr-detail .product-detail .product-item.unfold .title span.isfold {
	background: url(/images/add.png) center right no-repeat;
	background-size: 20px;
	background-position: right bottom;
}

.cr-detail .product-detail .product-item.unfold .content {
	display: none !important;
}

.cr-detail .product-detail .product-item .downloadcard {
	border: 1px solid #8c8c8c;
	padding: 20px;
	border-radius: 4px;
	line-height: 1.8;
	font-size: 0.875rem;
	display: block;
	cursor: pointer;
	color: #666666;
	background-image: url(/images/downloadicon.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	margin-bottom: 40px;
}

.cr-detail .product-detail .product-item .downloadcard .name {
	font-size: 1.25rem;
}

.cr-detail .product-detail .product-item .downloadcard .time {
	color: #D0D0D0;
}

.cr-detail .product-detail .product-item .downloadcard:hover {
	text-decoration: none;
}

.cr-detail .product-detail .allcontent {
	margin-top: 40px;
	font-size: 14px;
	color: #666;
	line-height: 2;
}

.cr-detail .product-detail .product-item .content {
	margin-top: 40px;
}

.cr-detail .product-detail .allcontent .items {
	text-align: center;
}

.cr-detail .product-detail .product-item .content .forli li {
	color: #666;
}

.cr-detail .product-detail table.cr-table {
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
}

.cr-detail .product-detail table.cr-table tr {
	border-bottom: 1px solid #ececec;
}

@media (min-width: 993px) {
	.cr-detail .product-detail .allcontent .items {
		width: 49%;
		margin-right: 2%;
	}

	.cr-detail .product-detail .allcontent .items:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 992px) {
	.cr-detail .product-detail {
		padding-top: 70px;
	}

	.cr-detail .product-detail,
  .cr-list .hots {
		padding-bottom: 70px;
	}

	.cr-detail .product-detail .allcontent .items {
		width: 100%;
	}
}

.cr-employment .cr-c-card {
	padding: 70px 0;
}

.cr-employment .cr-c-card .title {
	position: relative;
	font-size: 30px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.cr-employment .cr-c-card .title:after {
	content: "";
	width: 60px;
	border-bottom: 2px solid #3F31DE;
	position: absolute;
	bottom: 0;
	left: 0;
}

.cr-employment .enters {
	margin-top: 70px;
}

.cr-employment .enters .item {
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
}

.cr-employment .enters .item .d-flex {
	padding: 30px;
}

.cr-employment .enters .item .fast-enter div {
	font-size: 1.25rem;
	line-height: 2;
}

.cr-employment .enters .item .fast-enter a {
	font-size: 1rem;
	color: #3F31DE;
}

.cr-employment .introduce {
	margin-top: 70px;
}

.cr-employment .zhiye {
	padding: 0;
	overflow: hidden;
}

.cr-employment .zhiye .col-md-6 {
	padding: 0;
}

.cr-employment .zhiye .word {
	background: #e8e8e8;
	height: 100%;
	font-size: 18px;
	line-height: 1.8;
	padding-left: 40px;
	box-sizing: border-box;
	color: #666;
}

.cr-employment .zhiye .word .title {
	font-size: 40px;
	color: #000;
}

.cr-employment-list .general-title {
	font-size: 40px;
	text-align: center;
	margin-top: 70px;
}

.cr-employment-list .tab {
	margin-bottom: 20px;
}

.cr-employment-list .tab a {
	font-size: 18px;
	line-height: 3;
	position: relative;
	margin-right: 40px;
	color: #131313;
	cursor: pointer;
}

.cr-employment-list .tab a:hover {
	text-decoration: none;
}

.cr-employment-list .tab a:first-child:before {
	content: "";
	position: absolute;
	right: -20px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #333;
}

.cr-employment-list .tab a.active {
	color: #174582;
}

.cr-employment-list .tab a.active:after {
	content: "";
	position: absolute;
	border-bottom: 2px solid #174582;
	width: 100%;
	left: 0;
	bottom: -10px;
}

.cr-employment-list .list .article {
	margin-bottom: 20px;
	position: relative;
	padding: 30px 0;
}

.cr-employment-list .list .article:after {
	content: "";
	width: calc(100% - 30px);
	border-bottom: 1px solid #8c8c8c;
	position: absolute;
	bottom: 0;
	left: 15px;
}
/* .cr-employment-list .list .article:first-child {
  margin-top: 40px;
} */
.cr-employment-list .list .article:first-child:before {
	content: "";
	width: calc(100% - 30px);
	border-bottom: 1px solid #8c8c8c;
	position: absolute;
	top: 0;
	left: 15px;
}

.cr-employment-list .list .article .title {
	font-size: 24px;
	color: #3F31DE;
}

.cr-employment-list .list .article .info {
	color: #8c8c8c;
	font-size: 1rem;
	margin: 10px 0;
}

.cr-employment-list .list .article .info>div {
	display: inline;
}

.cr-employment-list .list .article .info label {
	color: #666;
	font-weight: bold;
	margin-right: 10px;
}

.cr-employment-list .list .article .info span {
	color: #666;
	margin: 0 20px;
}

.cr-employment-list .list .article .fold {
	display: none;
	width: 20px;
}

.cr-employment-list .list .article .unfold {
	width: 20px;
}

.cr-employment-list .list .article .desc {
	display: none;
	color: #8c8c8c;
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 10px;
}

.cr-employment-list .list .article .btn-apply {
	width: 80%;
	margin-left: 20%;
	margin-top: 16px;
}

.cr-employment-list .hide {
	display: none;
}

.cr-employment-list .loadmore {
	text-align: center;
	margin-top: 30px;
	color: #3F31DE;
}

.cr-employment-list .loadmoreaaa {
	display: inline-block;
	cursor: pointer;
}

.cr-employment-list .loadmoreaaa .rtpr {
	transition: all .2s;
	-webkit-animation: MOVE 1s cubic-bezier(0.47, 0, 0.745, 0.715) alternate infinite;
	animation: MOVE 1s cubic-bezier(0.47, 0, 0.745, 0.715) alternate infinite;
}
.cr-news .loadmore .loadmoreaaa:hover,
.zhaopingbanner .look-career:hover,
.cr-home .news .more1 a:hover {
	color: #0056b3;
	border-color: #0056b3;
}


.cr-employment-list .employmentlist {
	padding-top: 70px;
	margin-bottom: 70px;
}

.apply-modal {
	background: #fff;
}

.apply-modal .form-control {
	margin-bottom: 0 !important;
}

.cr-c-card .allcontent {
	min-height: 100px;
	line-height: 2;
	color: rgb(106, 106, 106);
}

.cr-contact .cr-c-card {
	padding: 70px 0;
}

.cr-contact .cr-c-card .title {
	position: relative;
	font-size: 30px;
	margin-bottom: 40px;
}

.cr-contact .cr-c-card .title:after {
	content: "";
	width: 60px;
	border-bottom: 2px solid #3F31DE;
	position: absolute;
	bottom: 0;
	left: 0;
}

.cr-contact .cr-c-card .company {
	border: 1px solid #ccc;
	padding: 30px;
}

.cr-contact .cr-c-card .company .info {
	position: relative;
}

.cr-contact .cr-c-card .company .name {
	font-size: 20px;
	line-height: 2;
	margin-bottom: 20px;
}
.cr-contact .cr-c-card .allcontent a {
	color: rgb(106, 106, 106);
}

.cr-contact .cr-c-card .allcontent a:hover {
	color: #3F31DE;
}
.cr-contact .cr-c-card .wechart {
	background: #fff;
	border-top: 1px solid #3F31DE;
	padding: 30px;
	height: 520px;
}

.cr-contact .cr-c-card .wechart img {
	margin: 0 auto;
	display: block;
	margin-bottom: 30px;
}

.cr-contact .form-group {
	margin-bottom: 0;
}

.cr-contact .cr-submit {
	position: absolute;
	bottom: 0px;
	right: 15px;
	width: 400px;
	height: 50px;
}

.cr-contact .pinzhizhengce {
	padding-top: 0;
}

.cr-contact .pinzhizhengce .row {
	margin: 0;
}

.cr-contact .pinzhizhengce .col-md-6 {
	padding: 0;
}

.cr-contact .pinzhizhengce .item {
	background: #e8e8e8;
	height: 100%;
	padding: 100px;
	padding-bottom: 0;
	box-sizing: border-box;
	color: #666;
	font-size: 16px;
	line-height: 2;
}

.cr-contact .pinzhizhengce .item .jz-title {
	font-size: 28px;
	color: #000;
}

.cr-contact .cr-c-card .company .weixinpinc img {
	width: 160px;
	height: auto;
}

@media (min-width: 993px) {
	.cr-contact .cr-c-card .company .weixinpinc {
		position: absolute;
		right: 0;
		bottom: -4px;
	}
}

@media (max-width: 992px) {
}

.cr-assess {
	margin-top: 70px;
	padding-bottom: 70px;
}

.cr-assess .title {
	position: relative;
	font-size: 30px;
	margin-bottom: 30px;
}

.cr-assess .fast-opt {
	display: flex;
	justify-content: space-around;
	margin-bottom: 10px;
}

.cr-assess .fast-opt a {
	background-color: #f8f8f8;
	color: #333;
	font-size: 14px;
	padding: 3px 10px;
	cursor: pointer;
}

.cr-assess .fast-opt a:hover {
	text-decoration: none;
}

.cr-assess .nav {
	margin: 30px 0 30px 0;
}

.cr-assess .nav li {
	height: 70px;
	width: 24.7%;
	font-size: 22px;
	background: #fff;
	border: 1px solid #3F31DE;
	list-style: none;
}

.cr-assess .nav li a {
	display: block;
	line-height: 70px;
	height: 70px;
	text-align: center;
	color: #666666;
}

.cr-assess .cr-collapse .cr-collapse-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	line-height: 3;
	background: #f8f8f8;
	margin-bottom: 10px;
	padding: 0 20px;
	cursor: pointer;
}

.cr-assess .cr-collapse .cr-collapse-title img {
	width: 16px;
}

.cr-assess .cr-collapse .form-check {
	padding-left: 40px;
}

.cr-assess .downloadcard {
	border: 1px solid #8c8c8c;
	padding: 20px;
	border-radius: 4px;
	line-height: 1.8;
	font-size: 0.875rem;
	display: block;
	cursor: pointer;
	color: #666666;
	background-image: url(/images/downloadicon.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	margin-bottom: 40px;
	min-height: 124px;
}

.cr-assess .downloadcard .name {
	font-size: 1.25rem;
}

.cr-assess .downloadcard .time {
	color: #D0D0D0;
}

.cr-assess .downloadcard:hover {
	text-decoration: none;
}

.cr-assess .produceright {
	overflow: auto;
}

.cr-assess table.cr-as-table {
	min-width: 600px;
	border-top: 3px solid #d3d3d3;
}

.cr-introduce {
	margin-top: 70px;
}

.cr-introduce h1, .cr-introduce h4, .cr-introduce h2 {
	font-weight: normal;
}

.cr-introduce .introduce h1 {
	font-size: 40px;
	text-align: center;
}

.cr-introduce .items {
	margin-top: 20px;
}

.cr-introduce .items .item {
	text-align: center;
	margin-top: 20px;
}

.cr-introduce .items .item h4 {
	font-size: 20px;
	color: #3F31DE;
	margin-top: 10px;
}

.cr-introduce .items .item ul {
	margin: 0;
	padding: 0;
}

.cr-introduce .items .item li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	color: #666;
}

.cr-introduce .values {
	margin: 70px 0;
}

.cr-introduce .values .col-md-4 {
	background: #f8f8f8;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cr-introduce .values .col-md-4 div {
	padding: 40px;
	font-size: 16px;
}

.cr-introduce .values .col-md-4 img {
	max-width: 100%;
}

.cr-introduce .partner {
	margin-bottom: 70px;
}

.cr-introduce .partner .col-md-4 {
	margin-bottom: 20px;
}

.cr-introduce .partner h2 {
	text-align: center;
	margin: 70px 0;
}

.cr-introduce .partner img {
	max-width: 100%;
}

.cr-introduce .onsale {
	margin: 70px 0;
	padding: 100px 0;
	text-align: center;
}

.cr-introduce .onsale h2 {
	font-size: 40px;
}

.cr-introduce .onsale .desc {
	font-size: 24px;
	margin: 40px 0;
}

.cr-introduce .onsale .btn {
	padding: 15px 100px;
	font-size: 20px;
}

.modal-dialog {
	top: 20vh !important;
}

.btn-primary {
	background-color: #3F31DE;
	border-color: #3F31DE;
	border-radius: 0;
}

/*.btn-primary:hover {
	background-color: #3F31DE;
	border-color: #3F31DE;
}*/

.datepicker {
	font-size: 14px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1400px;
}

table.cr-as-table {
	width: 100%;
}

table.cr-as-table tr {
	border-bottom: 1px solid #E1E1E1;
}

table.cr-as-table th {
	font-size: 16px;
	padding: 15px 10px;
}

table.cr-as-table td {
	font-size: 14px;
	padding: 10px;
}

table.cr-table th {
	background: #3F31DE;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 10px;
}

table.cr-table td {
	font-size: 14px;
	font-weight: normal;
	padding: 10px;
}

table.cr-table .more {
	color: #3F31DE;
	border: 1px solid #3F31DE;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 17px;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
}

.general-form {
	width: 100%;
}

.general-form .form-control {
	margin-bottom: 20px;
}

.modal-dialog {
	max-width: 50%;
	top: 60px;
	margin: 0 auto;
}

.modal-dialog .modal-content {
	background: transparent;
}

.modal-dialog h4 {
	color: #fff;
}

@media (max-width: 576px) {
	.modal-dialog {
		max-width: 100%;
	}
}

.layui-layer-hui {
	background-color: #a38b53dd !important;
	min-width: 200px !important;
}

.list-paddingleft-2 {
	padding-left: 30px;
}

.jiazhi .col-md-4 {
	height: 350px;
}

.jiazhi .item {
	font-size: 16px;
	height: 100%;
	padding: 0 60px;
	color: #999;
}

.jiazhi .item .jz-title {
	font-size: 28px;
	color: #000000;
	margin-top: 100px;
	margin-bottom: 20px;
}/*# sourceMappingURL=index.css.map */




.cr-sys-nav .navbar-nav li .nav-link {
	word-break: keep-all;
}

.nav-mobile-dropdown .btn-primary {
	background: #3F31DE;
	text-align: left;
}

.nav-mobile-dropdown .dropdown-toggle::after {
	position: absolute;
	right: 12px;
	top: 20px;
}

.nav-mobile-dropdown .dropdown-menu {
	top: -1px !important;
	margin-top: 0;
	background-color: #1c4984;
	padding: 0;
}

.nav-mobile-dropdown .dropdown-item {
	color: #fff;
	padding: 9px 1rem;
	border-top: 1px solid #fff;
	font-size: 1.25rem;
}

.cr-list .detail .col-md-6 {
	padding: 0px;
}

@media all and (max-width:992px) {
	.hots .col-md-4 {
		margin-top: 15px;
	}

	.footformobile div:last-child a {
		border: 0;
	}

	#headformobile a {
		color: #212529;
		text-align: left;
	}

	.cr-list .swiper-slide p {
		margin-bottom: 15px !important;
	}

	.navbar-brand img {
		height: 2rem !important;
	}

	.cr-sys-nav .navbar-brand {
		position: static;
	}

	.navbar-toggler {
		position: absolute;
		right: 0px;
		top: 0px;
	}

	#navbarNav .navbar-nav .nav-item a {
		color: #333;
	}

	.navbar-toggler-icon {
		margin-top: 4px;
	}

	.cr-list .nav {
		display: none !important;
	}

	.cr-list .subnav>ul{
		flex-wrap: wrap;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px;
	}

	.cr-list .subnav li {
		display: flex;
	    justify-content: center;
	    align-items: center;
		flex: 0 0 49%;
		border: 1px solid #ccc;
		margin-top: 5px !important;
		/*height: 45px;*/
	}

	.cr-list .subnav li a {
		/*height: 45px;*/
		/*line-height: 45px;*/
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 14px;
	}

	.cr-list .subnav li:after {
		border: 0px !important;
	}

	.cr-list .detail {
		padding: 0 !important;
		display: block !important;
	}

	.cr-list .detail .col-md-6 {
		flex: 100%;
		max-width: 100% !important;
	}

	.cr-list .detail .col-md-6 img {
		padding: 0 !important;
	}

	.cr-list .detail .desc {
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-bottom: 20px !important;
		padding-top: 40px !important;
	}

	.cr-list .swiper-container {
		margin: 0 !important;
	}
}

@media all and (max-width:768px) {
}

#navbar-nav {
}

.disablelink {
	color: #ccc !important;
}

.cr-home .products .item .img-box img {
	transition: all 0.8s;
	max-width: 100%;
}

input.form-control::-webkit-input-placeholder {
	color: #495057;
	font-size: 16px;
}

input.form-control::-moz-placeholder {
	color: #495057;
	font-size: 16px;
}

input.form-control::-ms-input-placeholder {
	color: #495057;
	font-size: 16px;
}

select.form-control {
	padding-left: 8px;
}

.swiper-container {
	overflow: hidden;
	position: relative;
}

.hots .col-md-4 .card img {
	width: 100%
}

table.cr-table {
	width: 100%;
}

.cr-list .articles .article-item:after {
	width: calc(100% - 30px);
}

/*.cr-sys-nav .menu#menu0 .container:before {
	left: 365px!important;
}

.cr-sys-nav .menu#menu1 .container:before {
	left: 509px!important;
}

.cr-sys-nav .menu#menu2 .container:before {
	left: 658px;
}

.cr-sys-nav .menu#menu3 .container:before {
	left: 802px;
}

.cr-sys-nav .menu#menu4 .container:before {
	left: 950px;
}*/




/* home */

.cr-home .banner {
	max-width: 1920px;
	margin: 0 auto;
}

.newpics {
	width: 100%;
	height: 366px;
}

.cr-home .banner img {
	max-width: 100%;
}

.cr-home .article-box {
	background: #f9f9f9;
	padding: 1.75rem 2.5rem;
	margin-bottom: 0.5rem;
}

.cr-home .general-title {
	font-size: 2.5rem;
	margin-bottom: 70px;
	padding-bottom: 10px;
}

.cr-home .news .general-title {
	font-size: 2.5rem;
}

.cr-home .article-box {
	padding: 2.3rem 2.5rem;
	height: 129px;
	overflow: hidden;
}

.cr-home .custom-article-box {
	height: 174px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-top: 0;
	padding-bottom: 0;
}

.cr-home .news .more1 {
	font-size: 1rem;
	display: block;
	text-align: center;
	width: 170px;
	height: 40px;
	line-height: 40px;
	margin: 2.5rem auto 0 auto;
}

.cr-home .news .more1 a {
	display: block;
	color: #666;
	border: 1px solid #666;
}


@-webkit-keyframes MOVE {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes MOVE {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }


.cr-employment-list .loadmore:hover {
	color: #0062cc;
}
.cr-home .news img {
	height: 366px;
	width: 100%
}

.cr-home .products .item .text-box .read-more span i {
	color: #3F31DE !important;
}

.cr-home .article-box .detail {
	color: #3F31DE;
}

.cr-home .products .item .text-box .name:after {
	background-image: none;
}

.cr-home #banner .swiper-container {
	margin: auto;
}

.cr-home #banner .swiper-wrapper .swiper-slide .container {
	z-index: 9999;
}

.cr-home #banner .swiper-wrapper .swiper-slide .container .rich-text {
	position: initial;
	z-index: 999;
}

.cr-home #banner .swiper-wrapper .swiper-slide .container .rich-text .text {
	font-size: 3rem;
}

.cr-home #banner .swiper-wrapper .swiper-slide .container .rich-text .allcontent {
	font-size: 1.6rem;
	margin-bottom: 30px;
	margin-top: -10px;
}
@media (min-width:769px) {
	.cr-home #banner .swiper-wrapper .swiper-slide .container {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}

@media all and (max-width:768px) {
	.rich-text {
		margin-top: 40px;
		align-items: normal;
	}

	.newpics {
		width: 100%;
		height: auto;
	}

	.cr-home #banner .swiper-wrapper .swiper-slide .container .rich-text .allcontent {
		margin-top: 0;
	}

	.cr-home .col-sm-6 {
		padding: 0 15px !important;
		margin-top: 15px !important;
	}

	.cr-home .products .container .row:nth-child(2) {
		margin-top: 0 !important;
	}

	.cr-home .products .col-sm-6 img {
		width: 100% !important;
		height: auto !important;
	}

	.cr-home #banner .swiper-wrapper .swiper-slide img {
		width: 100% !important;
	}

	.cr-home #banner .swiper-wrapper .swiper-slide .container .rich-text {
		position: absolute !important;
		right: 15px;
	}

	.cr-home #banner .swiper-wrapper .swiper-slide .container {
		left: 0 !important;
		margin-left: 0 !important;
	}

	.cr-home #banner .swiper-wrapper .swiper-slide .container .rich-text .text {
		font-size: 20px !important;
	}

	.cr-home #banner .swiper-wrapper .swiper-slide .container .rich-text .allcontent {
		font-size: 14px !important;
		margin-bottom: 30px;
	}

	.cr-home .common-banner .container {
		left: 0 !important;
		margin-left: 0 !important;
	}

	.cr-home .common-banner .container .rich-text .titles {
		font-size: 20px !important;
	}

	.cr-home .common-banner .container .rich-text .allcontent {
		font-size: 14px !important;
	}
}

.cr-sys-foot .line {
	padding-bottom: 10px;
}

.cr-sys-foot .weixin {
	position: absolute;
    top: 45px;
    right: 0;
	width: 120px;
	padding: 0;
	text-align: center;
	font-size: 0.75rem;
}

.cr-sys-foot .weixin img {
	width: 100%;
	height: 120px;
	margin-bottom: 0.9375rem;
}

.zhaopingbanner {
	height: 100%;
	top: 0px;
	left: 50%;
	margin-left: -700px;
	position: absolute;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.zhaopingbanner .look-career {
	margin-top: 46px;
	display: inline-block;
	padding: 5px 0px;
	width: 148px;
	text-align: center;
	border: 1px solid #0056b3;
}

.zhaopingbanner .rich-text {
	/*width: 463px;*/
	color: rgb(0, 0, 0);
	text-align: left;
	pointer-events: auto;
}

.zhaopingbanner .titles {
	font-size: 2rem;
}

.zhaopingbanner .allcontent {
	font-size: 1rem;
	margin-top: 5px;
}
.cr-sys-foot .forpc .col-md-10 .row {
	width: 100%;
}
.cr-sys-foot .forpc .col-md-10 .row>div {
	width: auto;
	flex: inherit;
	max-width: none;
	padding: 0 30px;
} 
.cr-sys-foot .forpc .col-md-10 .row dl {
	max-height: 60px;
    overflow: hidden;
    transition: all 0.3s;
}
.cr-sys-foot .forpc:hover .col-md-10 .row dl {
	max-height: 700px;
}
.cr-sys-foot .forpc {
	position: relative;
}

@media (max-width: 1420px) and (min-width: 992px) {
	.cr-sys-foot .forpc {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (min-width: 767px) {
	.cr-sys-foot .forpc {
		padding-top: 45px;
		padding-bottom: 70px;
	}
}

@media all and (max-width:768px) {
	.cr-sys-foot {
		padding-top: 45px;
		padding-bottom: 0;
	}
	.cr-sys-foot .bottom {
		margin-top: 40px;
	}
	.zhaopingbanner {
		align-items: baseline !important;
	}

	.zhaopingbanner .rich-text {
		width: 100%;
	}

	.cr-home .article-box {
		height: auto;
		padding: 1.3rem 1.5rem;
	}

	.cr-home .article-box a {
		height: auto;
		margin-top: 5px;
		font-size: 1rem;
	}
}

@media all and (max-width:992px) {
	.forpc {
		display: none !important;
	}

	.footformobile .chevron {
		line-height: 3;
		border-bottom: 1px solid #D2D2D3;
	}

	.dropdown-indicator-child {
		padding: 0;
		margin: 0;
		display: none;
	}

	.dropdown-indicator-child li {
		list-style: none;
		margin-left: 10px;
		border-bottom: 1px solid #D2D2D3;
		line-height: 3;
		font-size: 14px;
		text-align: left;
	}
}

.banner-btn {
	position: absolute;
	top: 50%;
	z-index: 4;
	transform: translate(0, -50%);
	width: 18px;
	height: 40px;
	margin-top: -20px;
	font-size: 0;
	cursor: pointer;
	border: none;
	outline: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .2s;
}

.banner-btn.banner-prev {
	left: 0;
}

.banner-btn.banner-next {
	right: 0;
}

.cr-home .products .lunbox {
	position: relative;
}

.cr-home .products .item {
	display: flex;
}

.cr-home .products .item .link {
	display: block;
	width: 100%;
	font-size: 1rem;
	background-color: #f9f9f9;
}

.cr-home .products .item .desc {
	margin-top: 12px;
	max-height: 48px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
}

.cr-home .products .item .twm {
	position: relative;
	padding-bottom: 6px;
	margin-bottom: 16px;
	line-height: 24px;
	border-bottom: 1px solid #DCDCDC;
}

.cr-home .products .item .twm .tit {
	color: #3F31DE;
	font-weight: bold;
}

.cr-home .products .item .twm .imr,
.cr-home .products .item .more-s {
	color: #999;
	text-align: right;
}

.cr-home .products .item .more-s {
	margin-top: 8px;
}

.more-s .word {
	display: inline-block;
	position: relative;
	right: 0;
	padding-right: 30px;
	cursor: pointer;
	background-image: url(/images/imore.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 18px;
	transition: all .3s;
}

.cr-home .products .banner-btn {
	width: 18px;
	height: 40px;
	margin-top: -20px;
	background-size: contain;
}

.cr-home .products .banner-prev {
	background-image: url(/images/syprev.png);
}

.cr-home .products .banner-next {
	background-image: url(/images/synext.png);
}

.cr-home .products .item .link:hover {
	text-decoration: none;
}

@media all and (min-width:993px) {
	.cr-home .products .item .link {
		padding: 40px;
	}

	.cr-home .products .item .twm {
		padding-bottom: 14px;
	}

	.cr-home .products .item .link:hover .desc {
		font-weight: bold;
	}

	.cr-home .products .item .link:hover .imr {
		color: #333;
	}
	.cr-home .products .item .link:hover .more-s .word {
		right: 20px;
	    color: #3F31DE;
	}
}

@media all and (max-width:992px) {
	.cr-home .products .item .link {
		padding: 20px 30px;
	}
}

.cr-assess .typelists {
	padding-top: 6px;
	border-top: 3px solid #3F31DE;
	border-bottom: 1px solid #E1E1E1;
}

table.cr-as-table th {
	padding: 10px;
}

.cr-assess .cr-collapse .form-check {
	margin-bottom: 1.2rem;
}

table.cr-as-table td {
	padding: 12px 10px;
}

.cr-assess .fast-opt {
	margin: 13px 0;
}

.pgb_style {
	height: 45px !important;
}

.pgb_style a {
	height: 45px !important;
	line-height: 45px !important
}

.cr-assess .nav {
	margin: 30px 0 5px 0 !important;
}

.cr-assess table.cr-table tr {
	border-bottom: 1px solid #E1E1E1
}

.cr-assess table.cr-table td {
	padding: 15px 10px;
}

.cdownloadicon {
	width: 16px;
	margin-right: 5px;
}

.cr-assess .fast-opt {
	margin: 6px 0
}

.cr-assess .cr-collapse .form-check {
	margin-bottom: 7px;
}

.cr-assess .cr-collapse .cr-collapse-title {
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}

.cr-assess .nav li {
	border-color: #d3d3d3
}

@media all and (max-width:768px) {
	#formManage .ycode input {
		flex: 1;
		width: 100px !important;
	}

	#formManage .ycode img {
		height: auto !important;
	}

	.cr-contact .cr-submit {
		position: static;
		width: 100%;
		margin-top: 30px;
	}

	.cr-c-card .col-md-6 {
		margin-bottom: 10px !important;
	}

	.cr-c-card .col-md-4 {
		margin-bottom: 10px !important;
	}
}

@media all and (min-width:768px) and (max-width:1010px) {
	.cr-contact .cr-submit {
	    width: 20%;
	}
}

@media all and (max-width:767px) {
	.cr-employment-list .list .article .btn-apply {
		margin-left: 0;
		width: 30%!important;
		font-size: 16px!important;
		padding: .3rem 0rem!important;
	}

	.jobicon {
		position: absolute;
		bottom: -50px;
		right: 20px;
		z-index: 1000;
	}

	#applyModal .ycode input {
		flex: 1;
		width: 100px !important;
	}

	#applyModal .ycode img {
		max-width: 100px !important;
	}

	.cr-employment-list .list .article .info>div {
		display: block;
	}

	.cr-employment-list .list .article .info>span {
		display: none;
	}
}

.forpc .nav-item .nav-link::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -21px;
	height: 1px;
}


.forpc .nav-item.activehd .nav-link {
	color: #3F31DE;
}
.forpc .nav-item .nav-link:hover::after,
.forpc .nav-item.activehd .nav-link::after {
	background-color: #3F31DE;
}
.cr-sys-nav .menu {
	top: 88px;
}

.lengthxy6 {
	justify-content: normal !important;
}


@media (max-width: 992px) {
	.cr-contact .cr-c-card,
	.cr-detail .product-detail {
		padding-top: 30px;
	}
	.cr-assess {
		margin-top: 30px;
	}
}